home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFORMTEESERIES / TFORMTEESERIES.txt
Encoding:
Text File  |  2002-03-14  |  15.9 KB  |  634 lines

  1. object FormTeeSeries: TFormTeeSeries
  2.   Left = 331
  3.   Top = 155
  4.   ActiveControl = CBSeries
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 264
  8.   ClientWidth = 411
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ImageSeries: TImage
  21.     Left = 220
  22.     Top = 0
  23.     Width = 25
  24.     Height = 25
  25.   end
  26.   object LabelSeriesClass: TLabel
  27.     Left = 252
  28.     Top = 6
  29.     Width = 3
  30.     Height = 13
  31.   end
  32.   object CBSeries: TComboBox
  33.     Left = 4
  34.     Top = 2
  35.     Width = 205
  36.     Height = 21
  37.     HelpContext = 516
  38.     Style = csDropDownList
  39.     DropDownCount = 16
  40.     ItemHeight = 13
  41.     TabOrder = 0
  42.     OnChange = CBSeriesChange
  43.   end
  44.   object PageSeries: TPageControl
  45.     Left = 0
  46.     Top = 25
  47.     Width = 411
  48.     Height = 239
  49.     ActivePage = TheTabSheet
  50.     Align = alBottom
  51.     TabOrder = 2
  52.     Visible = False
  53.     OnChange = PageSeriesChange
  54.     OnChanging = PageSeriesChanging
  55.     object TheTabSheet: TTabSheet
  56.       Caption = 'Format'
  57.     end
  58.     object TabGeneral: TTabSheet
  59.       Caption = 'General'
  60.       object GB5: TGroupBox
  61.         Left = 16
  62.         Top = 4
  63.         Width = 225
  64.         Height = 89
  65.         Caption = 'General:'
  66.         TabOrder = 0
  67.         object L27: TLabel
  68.           Left = 8
  69.           Top = 60
  70.           Width = 57
  71.           Height = 21
  72.           Alignment = taRightJustify
  73.           AutoSize = False
  74.           Caption = '&Cursor:'
  75.           FocusControl = CBSeriesCursor
  76.         end
  77.         object CBShowInLegend: TCheckBox
  78.           Left = 72
  79.           Top = 24
  80.           Width = 137
  81.           Height = 17
  82.           HelpContext = 433
  83.           Caption = '&Show In Legend'
  84.           State = cbChecked
  85.           TabOrder = 0
  86.           OnClick = CBShowInLegendClick
  87.         end
  88.         object CBSeriesCursor: TComboBox
  89.           Left = 72
  90.           Top = 56
  91.           Width = 141
  92.           Height = 21
  93.           HelpContext = 173
  94.           Style = csDropDownList
  95.           ItemHeight = 0
  96.           TabOrder = 1
  97.           OnChange = CBSeriesCursorChange
  98.         end
  99.       end
  100.       object GB2: TGroupBox
  101.         Left = 15
  102.         Top = 104
  103.         Width = 226
  104.         Height = 89
  105.         Caption = 'Formats:'
  106.         TabOrder = 1
  107.         object L15: TLabel
  108.           Left = 7
  109.           Top = 27
  110.           Width = 54
  111.           Height = 22
  112.           Alignment = taRightJustify
  113.           AutoSize = False
  114.           Caption = '&Values:'
  115.           FocusControl = EValueformat
  116.         end
  117.         object L21: TLabel
  118.           Left = 7
  119.           Top = 55
  120.           Width = 54
  121.           Height = 22
  122.           Alignment = taRightJustify
  123.           AutoSize = False
  124.           Caption = '&Percents:'
  125.           FocusControl = EPercentFormat
  126.         end
  127.         object EValueformat: TEdit
  128.           Left = 72
  129.           Top = 23
  130.           Width = 140
  131.           Height = 21
  132.           HelpContext = 84
  133.           TabOrder = 0
  134.           OnChange = EValueformatChange
  135.         end
  136.         object EPercentFormat: TEdit
  137.           Left = 72
  138.           Top = 51
  139.           Width = 140
  140.           Height = 21
  141.           HelpContext = 381
  142.           TabOrder = 1
  143.           OnChange = EPercentFormatChange
  144.         end
  145.       end
  146.       object RGHorizAxis: TRadioGroup
  147.         Left = 256
  148.         Top = 4
  149.         Width = 129
  150.         Height = 61
  151.         HelpContext = 243
  152.         Caption = 'Horizontal Axis:'
  153.         Columns = 2
  154.         ItemIndex = 0
  155.         Items.Strings = (
  156.           '&Top'
  157.           '&Bottom'
  158.           'B&oth')
  159.         TabOrder = 2
  160.         OnClick = RGHorizAxisClick
  161.       end
  162.       object RGVertAxis: TRadioGroup
  163.         Left = 256
  164.         Top = 104
  165.         Width = 129
  166.         Height = 61
  167.         HelpContext = 672
  168.         Caption = 'Vertical Axis:'
  169.         Columns = 2
  170.         ItemIndex = 0
  171.         Items.Strings = (
  172.           '&Left'
  173.           '&Right'
  174.           'Bo&th')
  175.         TabOrder = 3
  176.         OnClick = RGVertAxisClick
  177.       end
  178.       object CBXDateTime: TCheckBox
  179.         Left = 264
  180.         Top = 73
  181.         Width = 97
  182.         Height = 17
  183.         HelpContext = 179
  184.         Caption = '&DateTime'
  185.         TabOrder = 4
  186.         OnClick = CBXDateTimeClick
  187.       end
  188.       object CBYDateTime: TCheckBox
  189.         Left = 264
  190.         Top = 175
  191.         Width = 97
  192.         Height = 17
  193.         HelpContext = 179
  194.         Caption = 'D&ateTime'
  195.         TabOrder = 5
  196.         OnClick = CBYDateTimeClick
  197.       end
  198.     end
  199.     object TabMarks: TTabSheet
  200.       HelpContext = 592
  201.       Caption = 'Marks'
  202.       object CBMarksVisible: TCheckBox
  203.         Left = 32
  204.         Top = 4
  205.         Width = 59
  206.         Height = 17
  207.         HelpContext = 682
  208.         Caption = '&Visible'
  209.         TabOrder = 0
  210.         OnClick = CBMarksVisibleClick
  211.       end
  212.       object GB3: TGroupBox
  213.         Left = 24
  214.         Top = 140
  215.         Width = 185
  216.         Height = 53
  217.         Caption = 'Arrows'
  218.         TabOrder = 1
  219.         object L32: TLabel
  220.           Left = 84
  221.           Top = 24
  222.           Width = 45
  223.           Height = 17
  224.           Alignment = taRightJustify
  225.           AutoSize = False
  226.           Caption = '&Length:'
  227.           FocusControl = SEArrowLength
  228.         end
  229.         object SEArrowLength: TEdit
  230.           Left = 134
  231.           Top = 19
  232.           Width = 35
  233.           Height = 21
  234.           HelpContext = 56
  235.           TabOrder = 0
  236.           Text = '0'
  237.           OnChange = SEArrowLengthChange
  238.         end
  239.         object BMarkLinCol: TButton
  240.           Left = 8
  241.           Top = 19
  242.           Width = 69
  243.           Height = 25
  244.           HelpContext = 54
  245.           Caption = '&Color...'
  246.           TabOrder = 1
  247.           OnClick = BMarkLinColClick
  248.         end
  249.       end
  250.       object RGMarkStyle: TRadioGroup
  251.         Left = 228
  252.         Top = 4
  253.         Width = 149
  254.         Height = 189
  255.         HelpContext = 447
  256.         Caption = 'St&yle:'
  257.         Items.Strings = (
  258.           'Value'
  259.           'Percent'
  260.           'Label'
  261.           'Label and Percent'
  262.           'Label and Value'
  263.           'Legend'
  264.           'Percent Total'
  265.           'Label && Percent Total'
  266.           'X Value')
  267.         TabOrder = 2
  268.         OnClick = RGMarkStyleClick
  269.       end
  270.       object GB11: TGroupBox
  271.         Left = 24
  272.         Top = 24
  273.         Width = 185
  274.         Height = 113
  275.         Caption = 'Format'
  276.         TabOrder = 3
  277.         object BMarksBackColor: TButton
  278.           Left = 8
  279.           Top = 16
  280.           Width = 85
  281.           Height = 25
  282.           HelpContext = 87
  283.           Caption = '&Back Color...'
  284.           TabOrder = 0
  285.           OnClick = BMarksBackColorClick
  286.         end
  287.         object CBTransparent: TCheckBox
  288.           Left = 100
  289.           Top = 20
  290.           Width = 81
  291.           Height = 17
  292.           HelpContext = 656
  293.           Caption = '&Transparent'
  294.           TabOrder = 1
  295.           OnClick = CBTransparentClick
  296.         end
  297.         object BMarkFont: TButton
  298.           Left = 8
  299.           Top = 48
  300.           Width = 85
  301.           Height = 25
  302.           HelpContext = 215
  303.           Caption = 'F&ont'
  304.           TabOrder = 2
  305.           OnClick = BMarkFontClick
  306.         end
  307.         object BMarksFrame: TButton
  308.           Left = 8
  309.           Top = 80
  310.           Width = 85
  311.           Height = 25
  312.           HelpContext = 223
  313.           Caption = 'Bo&rder...'
  314.           TabOrder = 3
  315.           OnClick = BMarksFrameClick
  316.         end
  317.         object CBMarkClip: TCheckBox
  318.           Left = 100
  319.           Top = 84
  320.           Width = 63
  321.           Height = 17
  322.           HelpContext = 154
  323.           Caption = 'Cl&ipped'
  324.           TabOrder = 4
  325.           OnClick = CBMarkClipClick
  326.         end
  327.       end
  328.     end
  329.     object TabDataSource: TTabSheet
  330.       Caption = 'Data Source'
  331.       object CBDataSourcestyle: TComboBox
  332.         Left = 4
  333.         Top = 1
  334.         Width = 161
  335.         Height = 21
  336.         Style = csDropDownList
  337.         ItemHeight = 13
  338.         Items.Strings = (
  339.           'No Data'
  340.           'Random Values'
  341.           'Function')
  342.         TabOrder = 0
  343.         OnChange = CBDataSourcestyleChange
  344.       end
  345.       object PCData: TPageControl
  346.         Left = 0
  347.         Top = -188
  348.         Width = 0
  349.         Height = 188
  350.         ActivePage = TabDatabase
  351.         Align = alBottom
  352.         TabOrder = 1
  353.         Visible = False
  354.         object TabDatabase: TTabSheet
  355.           Caption = 'TabDatabase'
  356.           TabVisible = False
  357.           object L16: TLabel
  358.             Left = 0
  359.             Top = 6
  360.             Width = 70
  361.             Height = 17
  362.             Alignment = taRightJustify
  363.             AutoSize = False
  364.             Caption = '&Dataset:'
  365.             FocusControl = CBListDataSets
  366.           end
  367.           object CBListDataSets: TComboBox
  368.             Left = 76
  369.             Top = 2
  370.             Width = 198
  371.             Height = 21
  372.             HelpContext = 178
  373.             Style = csDropDownList
  374.             ItemHeight = 0
  375.             TabOrder = 0
  376.             OnChange = CBListDataSetsChange
  377.           end
  378.           object PCDataStyle: TPageControl
  379.             Left = 0
  380.             Top = -154
  381.             Width = 0
  382.             Height = 154
  383.             ActivePage = TBDataSet
  384.             Align = alBottom
  385.             TabOrder = 1
  386.             object TBDataSet: TTabSheet
  387.               Caption = 'TBDataSet'
  388.               TabVisible = False
  389.               object GroupFields: TScrollBox
  390.                 Left = 0
  391.                 Top = 0
  392.                 Width = 387
  393.                 Height = 144
  394.                 HorzScrollBar.Visible = False
  395.                 Align = alClient
  396.                 TabOrder = 0
  397.                 object LabelLabels: TLabel
  398.                   Left = 24
  399.                   Top = 8
  400.                   Width = 62
  401.                   Height = 13
  402.                   Alignment = taRightJustify
  403.                   AutoSize = False
  404.                   Caption = '&Labels:'
  405.                 end
  406.                 object CBLabelsField: TComboBox
  407.                   Left = 95
  408.                   Top = 4
  409.                   Width = 169
  410.                   Height = 21
  411.                   HelpContext = 696
  412.                   ItemHeight = 0
  413.                   TabOrder = 0
  414.                   OnChange = CBLabelsFieldChange
  415.                 end
  416.               end
  417.             end
  418.             object TBDataSource: TTabSheet
  419.               Caption = 'TBDataSource'
  420.               TabVisible = False
  421.               object Label1: TLabel
  422.                 Left = 39
  423.                 Top = 5
  424.                 Width = 122
  425.                 Height = 16
  426.                 AutoSize = False
  427.                 Caption = '&Available Fields:'
  428.                 FocusControl = LBAvailFields
  429.               end
  430.               object Label2: TLabel
  431.                 Left = 213
  432.                 Top = 5
  433.                 Width = 116
  434.                 Height = 16
  435.                 AutoSize = False
  436.                 Caption = '&Selected Fields:'
  437.                 FocusControl = LBSelFields
  438.               end
  439.               object LBAvailFields: TListBox
  440.                 Left = 37
  441.                 Top = 21
  442.                 Width = 133
  443.                 Height = 108
  444.                 HelpContext = 451
  445.                 ItemHeight = 13
  446.                 MultiSelect = True
  447.                 TabOrder = 0
  448.                 OnDblClick = LBAvailSeriesDblClick
  449.               end
  450.               object LBSelFields: TListBox
  451.                 Left = 213
  452.                 Top = 21
  453.                 Width = 133
  454.                 Height = 108
  455.                 HelpContext = 451
  456.                 ItemHeight = 13
  457.                 MultiSelect = True
  458.                 TabOrder = 1
  459.                 OnDblClick = LBSelectedSeriesDblClick
  460.               end
  461.               object BROneDS: TButton
  462.                 Left = 179
  463.                 Top = 27
  464.                 Width = 25
  465.                 Height = 21
  466.                 HelpContext = 451
  467.                 Caption = '>'
  468.                 TabOrder = 2
  469.                 OnClick = BRightOneClick
  470.               end
  471.               object BRAllDS: TButton
  472.                 Left = 179
  473.                 Top = 51
  474.                 Width = 25
  475.                 Height = 21
  476.                 HelpContext = 451
  477.                 Caption = '>>'
  478.                 TabOrder = 3
  479.                 OnClick = BRightAllClick
  480.               end
  481.               object BLOneDS: TButton
  482.                 Left = 179
  483.                 Top = 79
  484.                 Width = 25
  485.                 Height = 21
  486.                 HelpContext = 451
  487.                 Caption = '<'
  488.                 TabOrder = 4
  489.                 OnClick = BLeftOneClick
  490.               end
  491.               object BLAllDS: TButton
  492.                 Left = 179
  493.                 Top = 103
  494.                 Width = 25
  495.                 Height = 21
  496.                 HelpContext = 451
  497.                 Caption = '<<'
  498.                 TabOrder = 5
  499.                 OnClick = BLeftAllClick
  500.               end
  501.             end
  502.           end
  503.         end
  504.         object TabFunctions: TTabSheet
  505.           Caption = 'TabFunctions'
  506.           TabVisible = False
  507.           object L34: TLabel
  508.             Left = 11
  509.             Top = 7
  510.             Width = 65
  511.             Height = 13
  512.             Alignment = taRightJustify
  513.             AutoSize = False
  514.             Caption = '&Function:'
  515.             FocusControl = CBFunctions
  516.           end
  517.           object CBFunctions: TComboBox
  518.             Left = 80
  519.             Top = 3
  520.             Width = 197
  521.             Height = 21
  522.             Style = csDropDownList
  523.             ItemHeight = 0
  524.             Sorted = True
  525.             TabOrder = 0
  526.             OnChange = CBFunctionsChange
  527.           end
  528.           object GB9: TGroupBox
  529.             Left = 24
  530.             Top = 26
  531.             Width = 337
  532.             Height = 144
  533.             TabOrder = 1
  534.             object L22: TLabel
  535.               Left = 14
  536.               Top = 11
  537.               Width = 131
  538.               Height = 16
  539.               AutoSize = False
  540.               Caption = '&Available Series:'
  541.               FocusControl = LBAvailSeries
  542.             end
  543.             object L24: TLabel
  544.               Left = 188
  545.               Top = 11
  546.               Width = 133
  547.               Height = 16
  548.               AutoSize = False
  549.               Caption = '&Selected Series: '
  550.               FocusControl = LBSelectedSeries
  551.             end
  552.             object LBAvailSeries: TListBox
  553.               Left = 12
  554.               Top = 27
  555.               Width = 133
  556.               Height = 108
  557.               ItemHeight = 13
  558.               MultiSelect = True
  559.               TabOrder = 0
  560.               OnDblClick = LBAvailSeriesDblClick
  561.             end
  562.             object LBSelectedSeries: TListBox
  563.               Left = 188
  564.               Top = 27
  565.               Width = 133
  566.               Height = 108
  567.               ItemHeight = 13
  568.               MultiSelect = True
  569.               TabOrder = 1
  570.               OnDblClick = LBSelectedSeriesDblClick
  571.             end
  572.             object BRightOne: TButton
  573.               Left = 154
  574.               Top = 33
  575.               Width = 25
  576.               Height = 21
  577.               Caption = '>'
  578.               TabOrder = 2
  579.               OnClick = BRightOneClick
  580.             end
  581.             object BRightAll: TButton
  582.               Left = 154
  583.               Top = 57
  584.               Width = 25
  585.               Height = 21
  586.               Caption = '>>'
  587.               TabOrder = 3
  588.               OnClick = BRightAllClick
  589.             end
  590.             object BLeftOne: TButton
  591.               Left = 154
  592.               Top = 85
  593.               Width = 25
  594.               Height = 21
  595.               Caption = '<'
  596.               TabOrder = 4
  597.               OnClick = BLeftOneClick
  598.             end
  599.             object BLeftAll: TButton
  600.               Left = 154
  601.               Top = 109
  602.               Width = 25
  603.               Height = 21
  604.               Caption = '<<'
  605.               TabOrder = 5
  606.               OnClick = BLeftAllClick
  607.             end
  608.           end
  609.           object BEditFunc: TButton
  610.             Left = 286
  611.             Top = 2
  612.             Width = 75
  613.             Height = 24
  614.             HelpContext = 382
  615.             Caption = '&Edit...'
  616.             TabOrder = 2
  617.             OnClick = BEditFuncClick
  618.           end
  619.         end
  620.       end
  621.     end
  622.   end
  623.   object CBPersistent: TCheckBox
  624.     Left = 220
  625.     Top = 28
  626.     Width = 97
  627.     Height = 17
  628.     Caption = 'Persistent'
  629.     TabOrder = 1
  630.     Visible = False
  631.     OnClick = CBPersistentClick
  632.   end
  633. end
  634.